-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Support elevated and extra elevated priorities in automatic fee priority algorithm #9799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
unimportant
and normal
levels
I'm working this out for a future pr, but the idea was: not sure if these are the specifics i want to stick with yet, which is why i havent pushed this in a pr. this would ensure that we aren't growing blocks unnecessarily fast due to low fee spam. iirc, "normal fee" is enough to hit 3mb blocks within 72hrs, but there are times when using "elevated" makes sense imo. i also feel there's absolutely no time when auto should elevate to priority 4. That would be horribly expensive and unexpected ux. Opt-in only. At "elevated" fee tier(3), blocks grow 4x as fast as "normal"(2), so any backlog should be negligible. |
Hey, are you still working on this? I wouldn't mind taking a look at it myself as well, but I don't want to step on your toes. |
Are you on matrix or irc? |
Just joined! |
This issue requests supporting
elevated
or even extra elevated fee priority in wallet2's automatic fee priority algorithm,adjust_priority
.Currently only
unimportant
andnormal
levels are supported, which might be insufficient during severe congestion.The text was updated successfully, but these errors were encountered: